func github.com/jackc/pgx/v5/pgtype.arrayParseValue

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		array.go#L223: 			value, quoted, err := arrayParseValue(buf)
		array.go#L266: func arrayParseValue(buf *bytes.Buffer) (string, bool, error) {